#contactus-section {
    height: calc(100vh - 94.17px);
    display: flex;
    align-items: center;
}

#contactus-section .contactus-details-section {
    padding-right: 50px;
}

.contactus-details-section h2 {
    border-bottom: 1px solid black;
    font-weight: bold;
    padding: 8px 0px;
    font-size: 30px;
}

.contactus-details-section h6 {
    color: #e92e28;
    font-weight: bold;
}

.contactus-details-section .details-container {
    display: flex;
    gap: 10px;
    margin-top: 20px;
}

.contactus-details-section .details-container img {
    height: 50px;
    width: 50px;
}

.contactus-details-section .details-container h5 {
    font-weight: bold;
    margin-bottom: 10px;
    color: #e92e28;
}

.contactus-details-section .details-container a {
    color: black;
}

.contactus-details-section .google-map-container {
    border: 2px dashed black;
    padding: 10px;

    margin: 30px 0px;
}

#contactus-section .contact-form input,
#contactus-section .contact-form textarea {
    width: 100%;
    border-radius: 10px;
    padding: 10px 10px;
    margin: 6px 0px 12px 0px;
}

#contactus-section .contact-form label {
    color: white;
    font-size: 16px;
}

#contactus-section .contact-form h2 {
    color: #ffd800;
    border-bottom: 1px solid #ffd800;
    width: fit-content;
    padding-bottom: 5px;
    margin-bottom: 20px;
    font-weight: bold;
}

.contact-form :focus-visible {
    outline: unset !important;
}


#contactus-section .contact-form {
    padding: 20px 20px;
    background-color: #1e4585;
}

.contact-form .submit-button {
    padding: 10px 20px !important;
    width: fit-content !important;
    background-color: #ffd800 !important;
}

/* --------------------------media-queries---------------------------- */
@media screen and (max-width:1346px) {
    #contactus-section .contact-form h2 {
        font-size: 31px;
    }
    
}
@media screen and (max-width:1199px){
    #contactus-section {
        height: auto;
        padding: 50px 0px;
    }
}
@media screen and (max-width:991px){
    #contactus-section .contactus-details-section {
        padding-right: 0;
    }
}
@media screen and (max-width:576px){
    .contactus-details-section h2 {
       font-size: 25px;
    }

    .contactus-details-section .details-container h5 {
       font-size: 18px;
    }
    /* .inner-banner-links {
        position: absolute;
        bottom: 1%;
    } */
    .copy-right-box{
        display: unset;
        justify-content: unset;
        padding: 10px 0px;
        font-size: 12px;
    }
    .copy-right-box p{
       
        font-size: 12px;
    }
     
}


@media screen and (max-width:320px){
    #contactus-section .contact-form h2 {
        font-size: 25px;
    }
    
}